1 <html>
2     <head>
3         <title>pets</title>
4     </head>
5     <body>
6         <h1>Enter the pets</h1>
7         <form action=
"pet.php" method="post">
8             pet_id:<input type=
"text" name="t1">
9             <br>
10             pet_category:<input type=
"text" name="t2"><br>
11             cost:<input type=
"number" name="t3">
12             <br>
13             <input type=
"submit" name="t4">
14     
15
16
17         </form>
18     </body>
19 </html>


Gõ tìm kiếm nhanh...